Skip to content

Reorder cached pipeline definition mapping by Def ID#129631

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-code-review-suggestion
Open

Reorder cached pipeline definition mapping by Def ID#129631
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-code-review-suggestion

Conversation

Copilot AI commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Addresses the single requested PR review comment by updating only the cached mapping table ordering in the CI pipeline monitor skill docs. No functional or scope-expanding edits were made.

  • Description

    • Reordered entries in /home/runner/work/runtime/runtime/.github/skills/ci-pipeline-monitor/pipelines.md under Cached Definition ID Mapping so rows are in ascending numeric Def ID order.
    • Moved existing crossgen2 mapping rows (124, 134, 136, 141) to their correct sorted positions relative to surrounding entries.
  • Change shape

    • Data-preserving table reorder only (no new rows, no removed rows, no content rewrite).
| runtime-coreclr libraries-jitstress2-jitstressregs | 119 | |
| runtime-coreclr crossgen2 | 124 | |
| runtime-coreclr crossgen2 outerloop | 134 | |
| runtime-coreclr crossgen2-composite | 136 | |
| runtime-jit-experimental | 137 | |
| runtime-coreclr libraries-jitstress | 138 | |
| runtime-coreclr ilasm | 140 | |
| runtime-coreclr crossgen2-composite gcstress | 141 | |

Copilot AI requested review from Copilot and removed request for Copilot June 19, 2026 17:51
Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com>
Copilot AI requested review from Copilot and removed request for Copilot June 19, 2026 18:14
Copilot AI changed the title [WIP] Fix code based on review comment Reorder cached pipeline definition mapping by Def ID Jun 19, 2026
Copilot AI requested a review from JulieLeeMSFT June 19, 2026 18:16
@github-actions github-actions Bot added the area-crossgen2-coreclr only use for closed issues label Jun 19, 2026
@JulieLeeMSFT JulieLeeMSFT added area-Infrastructure-coreclr Only use for closed issues and removed area-crossgen2-coreclr only use for closed issues labels Jun 24, 2026
@JulieLeeMSFT JulieLeeMSFT added this to the 11.0.0 milestone Jun 24, 2026
@JulieLeeMSFT JulieLeeMSFT marked this pull request as ready for review June 24, 2026 16:26
Copilot AI review requested due to automatic review settings June 24, 2026 16:26
@JulieLeeMSFT JulieLeeMSFT added the area-skills Agent Skills label Jun 24, 2026
@JulieLeeMSFT JulieLeeMSFT removed the area-Infrastructure-coreclr Only use for closed issues label Jun 24, 2026
@JulieLeeMSFT JulieLeeMSFT requested a review from jeffhandley June 24, 2026 16:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reorders the Cached Definition ID Mapping table in the CI pipeline monitor skill documentation to keep entries in ascending numeric Def ID order (improving scanability and reducing churn when adding new mappings).

Changes:

  • Reordered the cached mapping rows so Def ID values increase monotonically (including placing the crossgen2* entries in their sorted positions).
  • Removed a stray empty table row at the end of the cached mapping table.
Comments suppressed due to low confidence (1)

.github/skills/ci-pipeline-monitor/pipelines.md:81

  • The diff also removes a stray empty table row at the end of the cached mapping table (previously a line that was just |). The PR description claims this was a reorder-only change with no removed rows; please either update the description to mention this cleanup, or restore the row if you want the description to stay accurate.
| runtime-coreclr superpmi-collect | — | **Private — skip** |
| runtime-coreclr jitrollingbuild | — | **Private — skip** |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants